home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DB.PAK / DB.DEF < prev    next >
Text File  |  1997-05-06  |  754b  |  26 lines

  1. ; db32.def : Declares the module parameters.
  2.  
  3. ; This is a part of the Microsoft Foundation Classes C++ library.
  4. ; Copyright (C) 1992-1995 Microsoft Corporation
  5. ; All rights reserved.
  6. ;
  7. ; This source code is only intended as a supplement to the
  8. ; Microsoft Foundation Classes Reference and the
  9. ; Books Online documentation provided with the library.
  10. ; See these sources for detailed information regarding the
  11. ; Microsoft Foundation Classes product.
  12.  
  13. LIBRARY      DB
  14. DESCRIPTION  'DB OLE Control module (Win32)'
  15.  
  16. CODE         PRELOAD MOVEABLE DISCARDABLE
  17. DATA         PRELOAD MOVEABLE SINGLE
  18.  
  19. HEAPSIZE     1024   ; initial heap size
  20.  
  21. EXPORTS
  22.     DllCanUnloadNow     @1
  23.     DllGetClassObject    @2
  24.     DllRegisterServer    @3
  25.     DllUnregisterServer @4
  26.